home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / A-An / animate.cpt / Animation Stack / card_2924.txt < prev    next >
Text File  |  1988-01-31  |  3KB  |  127 lines

  1. -- card: 2924 from stack: in
  2. -- bmap block id: 3378
  3. -- flags: 0000
  4. -- background id: 2653
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 01
  10. -- high flags: 0000
  11. -- rect: left=11 top=53 right=179 bottom=127
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 9
  17. -- style flags: 0
  18. -- line height: 12
  19. -- part name: 
  20.  
  21.  
  22. -- part 3 (button)
  23. -- low flags: 00
  24. -- high flags: 0000
  25. -- rect: left=324 top=279 right=342 bottom=512
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: 
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   visual barn door close slowly to black
  37.   visual dissolve to card
  38.   go first
  39. end mouseUp
  40.  
  41.  
  42.  
  43. -- part 4 (button)
  44. -- low flags: 00
  45. -- high flags: 0000
  46. -- rect: left=48 top=277 right=342 bottom=286
  47. -- title width / last selected line: 0
  48. -- icon id / first selected line: 0 / 0
  49. -- text alignment: 1
  50. -- font id: 0
  51. -- text size: 12
  52. -- style flags: 0
  53. -- line height: 16
  54. -- part name: 
  55. ----- HyperTalk script -----
  56. on mouseUp
  57.   visual barn door close slowly to black
  58.   visual dissolve to card
  59.   go prev
  60. end mouseUp
  61.  
  62.  
  63.  
  64. -- part 6 (field)
  65. -- low flags: 00
  66. -- high flags: 0004
  67. -- rect: left=7 top=182 right=268 bottom=251
  68. -- title width / last selected line: 0
  69. -- icon id / first selected line: 0 / 0
  70. -- text alignment: 0
  71. -- font id: 3
  72. -- text size: 9
  73. -- style flags: 0
  74. -- line height: 12
  75. -- part name: 
  76.  
  77.  
  78. -- part 7 (button)
  79. -- low flags: 00
  80. -- high flags: 0000
  81. -- rect: left=1 top=21 right=304 bottom=512
  82. -- title width / last selected line: 0
  83. -- icon id / first selected line: 0 / 0
  84. -- text alignment: 1
  85. -- font id: 0
  86. -- text size: 12
  87. -- style flags: 0
  88. -- line height: 16
  89. -- part name: 
  90. ----- HyperTalk script -----
  91. on mouseUp
  92.   visual barn door close slowly to black
  93.   visual dissolve to card
  94.   go first
  95. end mouseUp
  96.  
  97.  
  98.  
  99. -- part contents for background part 3
  100. ----- text -----
  101. This window will contain the code that is generated by the animation sequence that you specify.
  102.  
  103. Continuous or Point-to-Point specifies the type of sequence desired.
  104.  
  105. Continue? allows you to continue the animation sequence from the last point specified in this window.
  106.  
  107. This button begins recording the animation sequence.  It will change to a STOP icon when recording is in progress.
  108.  
  109. The window at the bottom left of the screen displays the mouse location when the user is about to continue a sequence.  This makes sure the motion will not be too abrupt in continuous sequences.
  110.  
  111. The Clear button clears this window.
  112.  
  113.  
  114.  
  115. -- part contents for card part 1
  116. ----- text -----
  117. You can put a picture here or any where on the screen to test the animation.
  118.  
  119. Speed specifies the dragSpeed.  To incorporate it into the animation sequence, use the arrow button.
  120.  
  121. -- part contents for card part 6
  122. ----- text -----
  123. This window will contain instructions specific to the action currently being performed.
  124.  
  125. The Set Up button generates HyperScript source and places it into the script of the Do It! button.
  126.  
  127. The Do It! button performs the animation sequence.